home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / Spectro / Source / SpectrumView.h < prev    next >
Text File  |  1992-01-22  |  612b  |  27 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <soundkit/SoundView.h>
  5.  
  6. @interface SpectrumView:View
  7. {
  8.     id  freqField;
  9.     id  ampField;
  10. }
  11.  
  12. - (float) ampRange;
  13. - setBackGround: (float) gray;
  14. - setDraw: (float) gray;
  15. - drawSpectrum: (int) length array: (float *) f;
  16. - drawSpectrum: (int) length array: (float *) f erase: (BOOL) erase;
  17. - placeVerticals: (float) pos;
  18. - placeHorizontals: (float) height;
  19. - clear;
  20. - setFreqRange:(float) aFreqRange andAmpRange: (float) anAmpRange;
  21. - (BOOL)acceptsFirstMouse;
  22. - mouseDown: (NXEvent *)event;
  23. - drawCursor: (NXPoint) point erase: (BOOL) erase;
  24. - printMyPSCode:sender;
  25.  
  26. @end
  27.